%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% id=request.QueryString("id") if id="" or not isnumeric(id) then Response.Write "" Response.End() end if set rs=server.createobject("adodb.recordset") exec="select * from [book] where id="& id rs.open exec,conn,1,1 if rs.eof then response.Write "
回复留言